* gtk/gtkuimanager.c (update_node): Remove two more places
where we were unconditionally setting "visible", causing
unnecessary notifications.
+ (update_node): Fix some C99isms.
* gtk/gtkclipboard.c (gtk_clipboard_get_for_display):
(gtk_clipboard_get): Clarify the docs. (#156638, Torsten
* gtk/gtkuimanager.c (update_node): Remove two more places
where we were unconditionally setting "visible", causing
unnecessary notifications.
+ (update_node): Fix some C99isms.
* gtk/gtkclipboard.c (gtk_clipboard_get_for_display):
(gtk_clipboard_get): Clarify the docs. (#156638, Torsten
* gtk/gtkuimanager.c (update_node): Remove two more places
where we were unconditionally setting "visible", causing
unnecessary notifications.
+ (update_node): Fix some C99isms.
* gtk/gtkclipboard.c (gtk_clipboard_get_for_display):
(gtk_clipboard_get): Clarify the docs. (#156638, Torsten
* gtk/gtkuimanager.c (update_node): Remove two more places
where we were unconditionally setting "visible", causing
unnecessary notifications.
+ (update_node): Fix some C99isms.
* gtk/gtkclipboard.c (gtk_clipboard_get_for_display):
(gtk_clipboard_get): Clarify the docs. (#156638, Torsten
GNode *child;
GtkAction *action;
gchar *tooltip;
+ const gchar *action_name;
+ NodeUIReference *ref;
+
#ifdef DEBUG_UI_MANAGER
GList *tmp;
#endif
g_print (")\n");
#endif
- const gchar *action_name;
- NodeUIReference *ref;
-
if (info->uifiles == NULL) {
/* We may need to remove this node.
* This must be done in post order